PPageOptions(PMBool bDoubleSided, PMBool bFacingPages);
PMBool bDoubleSided;
false for single-sided pages
true for double-sided pagesPMBool bFacingPages;
false for non-facing pages
true for facing pages (turn facing pages on only if the double-sided option is also on)
PPageOptions(PGetPageOptions& pageOptions);
Use the corresponding PGetPageOptions query object to set the page options.Zeropoint reset. When you switch to or from facing pages, PageMaker automatically resets the rulers' zero point to either the upper left corner of the page (facing pages off) or to the center top, where facing pages meet.
Layout view only. Use the PPageOptions command only in layout view.
Selected objects deselected. The PPageOptions command deselects any selected objects. It does not, however, deselect highlighted text (text selected with the text tool or PTextSelect command).
Example. The following example:
PNew(5);
PPageSize(twips("8.5i"), twips("11i"));
PPageOptions(1, 1);
PPageMargins(twips("1i"), twips(".5i"), twips(".75i"),
twips(".5i"));
PPageNumbers(1, -2, true, arabic, "I-");
Adobe PageMaker 6.5 Help > Commands > File > Document Setup
Comments or suggestions? Contact Adobe Developer Support